home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / window / ultrawin / uwdemo / readme.now < prev    next >
Encoding:
Text File  |  1992-02-21  |  6.0 KB  |  134 lines

  1.  
  2.                              UltraWin V2.10
  3.                        (C) 1990-92 EnQue Software
  4.  
  5.  
  6.                              EnQue Software
  7.                             Route 1, Box 116C
  8.                          Pleasant Hill, MO  64080
  9.  
  10.                       24-hour BBS    : (816) 353-0991
  11.                       Fax / Voice    : (816) 329-6670
  12.                       Voice          : (816) 353-5561
  13.  
  14. _____________________________________________________________________________
  15.  
  16.   This archive contains the following:
  17.  
  18.   1)  README.NOW
  19.         This is the file you are now reading.
  20.  
  21.   2)  UW_DEMO.C
  22.         The UltraWin demo program source code.  This program is now     
  23.         compilable under both Borland and Turbo C, Borland and Turbo C++,
  24.         and Microsoft C.  Large model required.
  25.  
  26.   3)  UW_DEMO.EXE
  27.         The UltraWin demo program executable.  Since the large model    
  28.         libraries are needed to compile the UW_DEMO.C program, this will  
  29.         allow you to see the demo in action without having to spring
  30.         for the package.
  31.  
  32.   4)  UW_DEMO.LNK
  33.         The linker response file for Microsoft C.  Our BLDDEMO.BAT file
  34.         uses this file when rebuilding the UltraWin demo program.
  35.  
  36.   5)  EGAVGA.OBJ
  37.         This file is linked into the UW_DEMO.EXE file by BLDDEMO.BAT
  38.         when compiling under Borland/Turbo C.  It is the object version
  39.         of EGAVGA.BGI.
  40.  
  41.   6)  8x14ICON.FNT
  42.         A font created with the EnQue Font Editor, and used in the UltraWin
  43.         demo program.
  44.  
  45.   7)  STR_DEMO.C
  46.         The UltraWin string demo.  This demo shows off the new versatile
  47.         UltraWin string input routine wn_gets_ll, and just a few ways it
  48.         can be utilized to make user input a snap!  If you want to do
  49.         data input with UltraWin, take a walk through this demo and watch
  50.         the magic.  Compilable under small model.
  51.  
  52.   8)  STR_DEMO.LNK
  53.         The linker response file used by BLDDEMO.BAT.
  54.  
  55.   9)  STR_CTRL.C
  56.         Another demo showing how to process CR, LF, and several other
  57.         format characters with UltraWin.  Compilable under small model.
  58.  
  59.   10) START_1.C
  60.         The skeleton of a first program with UltraWin.  It shows the basics
  61.         of getting UltraWin up and going, and getting events (mouse and
  62.         keyboard) from the user.  This is a good shell to expand upon,
  63.         and is very heavily commented.  Compilable under small model.
  64.  
  65.   11) START_2.C
  66.         Another skeleton, but uses the window manager to show how easy
  67.         it is to use several overlapping windows!  It also shows how to
  68.         set your own UltraWin background function that UltraWin will
  69.         call during idle time.  It is also very heavily commented.
  70.         Compilable under small model.
  71.  
  72.   12) MENU.C
  73.         A skeleton showing how to use the UltraWin menus to drive an
  74.         application.  This is a good shell to begin your menu-driven
  75.         application. Compilable under small model.
  76.   
  77.   13) PRT_HELP.C
  78.         This is the source code to PRT_HELP.EXE, a little utiltity that
  79.         will take any of our context-sensitive hypertext help files and
  80.         convert them to plain ASCII.  All formatting and hypertext
  81.         references are stripped out.  You may redirect output to create
  82.         an ASCII file.  For example, to convert UW_HELP0.HLP to ASCII,
  83.         type "PRT_HELP UW_HELP0.HLP > UW_HELP0.TXT".
  84.         Compilable under small model.
  85.  
  86.   14) BLDDEMO.BAT
  87.         Use this batch file to quickly rebuild UW_DEMO.C and STR_DEMO.C
  88.         under Borland, Turbo or Microsoft C.  This batch file uses the
  89.         large model libraries.  If you wish to use the small you may
  90.         modify the batch file.  Please note that the UW_DEMO.C program
  91.         requires the large model library to rebuild -- hence the
  92.         inclusion of UW_DEMO.EXE for those of you with only the small
  93.         model libraries.
  94.  
  95. _____________________________________________________________________________
  96.  
  97.                          ORDERING INFORMATION
  98.   
  99.     To order UltraWin and/or InTUItion, simply mail a check or money order
  100.   for $39.95 for UltraWin, $99.95 for both UltraWin and InTUItion, to the
  101.   address at the top of this file.
  102.   
  103.     For $99.95 you get the large model libraries for all the Borland C and
  104.   C++ compilers as well as Microsoft C, complete source code for not only
  105.   the UltraWin and InTUItion libraries, but also for the TUICP, the
  106.   UltraWin font editor, and the EnQue Hypertext Help Engine. We also ship a
  107.   comprehensive laser printed manual bound in a handsome vinyl 3-ring
  108.   binder.  This format makes it very easy to incorporate any additions or
  109.   corrections we send.
  110.  
  111.     For $39.95 you get UltraWin with complete source, the stand alone
  112.   UltraWin Font Editor and EnQue Hypertext Help Engine, and the manual.
  113.   Both the $39.95 and $99.95 price also give you access to free upgrades
  114.   via the EnQue BBS.
  115.  
  116.     Considering the cost of tools that do anything close to what we do, our
  117.   price is dramatically low.  You will pay anywhere from $200 - $1000 to
  118.   get libraries of similar quality, and even then you might not be able to
  119.   do everything UltraWin and InTUItion can do.  Then add on top of that
  120.   our policy of letting you use the small model libraries and the full-blown
  121.   tools for free, and you have a combination that lets you really test-drive
  122.   our software before you buy it, not just look at some demo.  I don't know
  123.   how many times that we as programmers have ordered a package to find out
  124.   it doesn't live up to its billing, or it's so bug-laden that it's nearly
  125.   useless -- another couple of "c-notes" down the drain.  We want to be
  126.   different and innovative.  We feel that the users that do not purchase
  127.   the package, because the small model is enough for them to get by, will
  128.   be outweighed by those that appreciate our policy and shell out the 
  129.   relatively small price to get full source, printed manual, and support!
  130.  
  131.  
  132.        Kevin Huck and Boyd Gafford
  133.              EnQue Sofware
  134.